From f7d0b9960f3a159e5bd88309002cde7c8410e25b Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 1 Sep 2010 10:19:14 +0100 Subject: [PATCH] x86 intel: Disable XSAVE support. It breaks HVM save/restore. Signed-off-by: Keir Fraser --- xen/arch/x86/cpu/intel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/x86/cpu/intel.c b/xen/arch/x86/cpu/intel.c index 8a5a7c89bd..3610a803dc 100644 --- a/xen/arch/x86/cpu/intel.c +++ b/xen/arch/x86/cpu/intel.c @@ -20,7 +20,7 @@ extern int trap_init_f00f_bug(void); -static int use_xsave = 1; +static int use_xsave; boolean_param("xsave", use_xsave); #ifdef CONFIG_X86_INTEL_USERCOPY -- 2.30.2